func runtime.acquirep

12 uses

	runtime (current package)
		proc.go#L1870: 		acquirep(gp.m.nextp.ptr())
		proc.go#L2211: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L2927: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3188: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3567: 				acquirep(pp)
		proc.go#L3576: 			acquirep(pp)
		proc.go#L3584: 			acquirep(pp)
		proc.go#L3651: 			acquirep(pp)
		proc.go#L4827: 		acquirep(pp)
		proc.go#L4875: 		acquirep(pp)
		proc.go#L5832: 		acquirep(pp)
		proc.go#L5890: func acquirep(pp *p) {